seed1 icon indicating copy to clipboard operation
seed1 copied to clipboard

Seed Framework is a multiplatform C++ 2D game development framework that aims mainly at recompile only portability between a wide range of platforms and consoles.

Results 45 seed1 issues
Sort by recently updated
recently updated
newest added

Implement a base OSK skinnable that has basic input methods to read strings (ie.: single line, multiple lines, max. length, etc.); OSK must send and receive IInputKeyboard events; OSK can...

core
feature
minor

Create IPath class and specific path types (Bezier/Spline, Polygon, Array, etc.)

core
feature
minor

Create an IThreadedModule so some Modules can be used in a Threaded way (ie. Sound System)

core
feature
major

Port Seed to use Qt.

feature
major
qt

To Implement a console system. It must be able to manage variables and commands. Support to history, auto-completion, etc. Needs a hardcoded/embedded system font.

core
feature
major