Skip to content

Commit

Permalink
Update to roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ZILtoid1991 committed Jul 20, 2023
1 parent b280d39 commit 52ae21b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/changelog/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@

### MIDI sequencer

* MIDI 1.0 status: written, needs implementation
* MIDI 1.0 status: written, needs implementation and testing.
* MIDI 2.0 status: for later versions (0.11.0?).

### Audio development toolkit

* Status: MIDI sequencer needs implementation.
* Sample manager is mostly done.
* Make music editor for a later version (0.11.0?).

# Features planned for later
Expand All @@ -28,4 +29,8 @@ It's likely possible to do pixel perfect graphics without resorting to compute.
* Set rendering resolution (likely needs rendering to texture).
* Use a 256*256 texture for color lookup (likely possible in even the oldest GLSL version).

Added benefits are speed (10 000+ objects per frame!), the possibility of low-res 3D graphics, and easy implementation of transformable sprites.
Added benefits are speed (10 000+ objects per frame!), the possibility of low-res 3D graphics, and easy implementation of transformable sprites.

## Logging

Add a logger to record events and errors.

0 comments on commit 52ae21b

Please sign in to comment.