Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app authored Jul 30, 2024
1 parent 8ffd81b commit 368d9de
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,26 @@ IOS depends on how easy Vulkan is to integrate with an IOS app, we may opt for h
### Cross platform status
linux/macOS/windows: [![jGL release](https://github.com/JerboaBurrow/jGL/actions/workflows/release.yml/badge.svg)](https://github.com/JerboaBurrow/jGL/actions/workflows/release.yml)

### Features
### Features

- [ ] Window managent and I/O
- [x] Single window creation
- [x] Mouse and keyboard events
- [x] Frame locking
- [ ] Snapping/resizing
- [ ] Multi-windowing
- [ ] Basic ui (dearimgui?)
- [ ] Sprites
- [x] Texture atlasing/texture region support.
- [x] Texture management
- [ ] Animations
- [ ] Particles
- [x] Textured/untextured
- [ ] Dynamics API
- [ ] Text
- [x] FreeType font rendering
- [ ] Automatic alignment/wrapping
- [ ] Shapes
- [ ] Circles
- [ ] Polygon
- [ ] Lines

0 comments on commit 368d9de

Please sign in to comment.