This file is a list of ideas for gf. Some of them will eventually be in gf. Others are just random thoughts. If you are interested in one of these items, read CONTRIBUTING.md.
- (geometry) add more algorithms from here
- (spatial) add linear and quadratic RTree
- (color) color interpolation (and color space)
- ideas: blog post
- ideas: blog post
- ideas: chroma.js
- ideas: gurki/vivid
- (event) add AnyScancode, AnyKeycode and AnyGamepadButton
- (font) use Signed Distance Field for big size fonts
- (curve/shape) add anti-aliasing to
Curve
andShape
- ideas: vaserenderer,
- ideas: a forum thread
- ideas: a blog post
- (curve) add different join styles and cap styles
- ideas: Polyline2D,
- (scene) integrate post-processing in
Scene
/SceneManager
- remove
RenderPipeline
- rename
Effect
inPostProcEffect
- remove
- (drawable) Remove
Drawable
, make it a named requirement (or a concept in the future)
- (socket) add
peekRawBytes()
withMSG_PEEK
- (async) add
SocketAsyncManager
- (portability) consider using hedley
- blocking bug: nemequ/hedley#35
- (packaging) use CPack to create packages
- (binding) Python binding with pybind11?