Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,9 @@ Q q T t | ✅ | quadratic to |
A a | ✅ | arc to |
z | ✅ | close path |

### Realtime Examples
### Pixie + GPU

Here are some examples of using Pixie for realtime rendering with some popular windowing libraries:

* [examples/realtime_glfw.nim](examples/realtime_glfw.nim)
* [examples/realtime_glut.nim](examples/realtime_glut.nim)
* [examples/realtime_sdl.nim](examples/realtime_sdl.nim)
* [examples/realtime_win32.nim](examples/realtime_win32.nim)
To learn how to use Pixie for realtime graphics with GPU, check out [Boxy](https://github.com/treeform/boxy).

## Testing

Expand Down
81 changes: 0 additions & 81 deletions examples/realtime_glfw.nim

This file was deleted.

78 changes: 0 additions & 78 deletions examples/realtime_glut.nim

This file was deleted.

75 changes: 0 additions & 75 deletions examples/realtime_sdl.nim

This file was deleted.

144 changes: 0 additions & 144 deletions examples/realtime_win32.nim

This file was deleted.

Loading