spacebox/src
ohsqueezy 824efcc71f add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
..
android add instructions for curl; add array operator to configuration, give configuration object access to nodes; fix src paths in android skeleton script; add copy file function 2023-05-10 02:51:11 -04:00
Animation.cpp - move Timer into sb namespace 2023-05-30 16:20:28 -04:00
Animation.hpp - move Timer into sb namespace 2023-05-30 16:20:28 -04:00
Attributes.cpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
Attributes.hpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
Audio.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Audio.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Box.cpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
Box.hpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
Carousel.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Color.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Color.hpp - add a text plane class 2023-05-31 15:06:29 -04:00
Configuration.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Configuration.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Connection.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Delegate.cpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Delegate.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Display.cpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
Display.hpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
GLObject.cpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
GLObject.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Game.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Game.hpp - add a text plane class 2023-05-31 15:06:29 -04:00
Input.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Input.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Log.cpp box demo android support, android file to string for reading files inside APK 2022-11-08 17:17:20 -05:00
Log.hpp add instructions for curl; add array operator to configuration, give configuration object access to nodes; fix src paths in android skeleton script; add copy file function 2023-05-10 02:51:11 -04:00
Model.cpp - attributes objects track their offset in the VBO 2023-06-02 14:54:06 -04:00
Model.hpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
Node.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Node.hpp - add a text plane class 2023-05-31 15:06:29 -04:00
Pixels.cpp started log class 2021-10-02 19:21:07 -04:00
Pixels.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Recorder.cpp add instructions for curl; add array operator to configuration, give configuration object access to nodes; fix src paths in android skeleton script; add copy file function 2023-05-10 02:51:11 -04:00
Recorder.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Segment.cpp move stream operator overloads into std namespace 2021-10-22 15:06:05 -04:00
Segment.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Selection.hpp - add untransform, transform, and specialized transforms to Model class 2023-05-24 22:49:05 -04:00
Sprite.cpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00
Sprite.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
Switch.hpp - move Timer into sb namespace 2023-05-30 16:20:28 -04:00
Text.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Text.hpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
Texture.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
Texture.hpp - add a text plane class 2023-05-31 15:06:29 -04:00
Timer.cpp - move Timer into sb namespace 2023-05-30 16:20:28 -04:00
Timer.hpp - move Timer into sb namespace 2023-05-30 16:20:28 -04:00
VBO.cpp - attributes objects track their offset in the VBO 2023-06-02 14:54:06 -04:00
VBO.hpp - attributes objects track their offset in the VBO 2023-06-02 14:54:06 -04:00
extension.cpp - add a text plane class 2023-05-31 15:06:29 -04:00
extension.hpp add instructions for curl; add array operator to configuration, give configuration object access to nodes; fix src paths in android skeleton script; add copy file function 2023-05-10 02:51:11 -04:00
filesystem.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
math.cpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
math.hpp add external resources; add alpha to plane colors 2023-06-03 01:07:18 -04:00
time_it.hpp - add Switch and time_it classes 2023-05-23 15:28:53 -04:00
utility.cpp attributes can be accessed as a typed vector; box set gl mode function; mouse events are suppressed in addition to key events when input is suppressed 2021-11-09 23:30:27 -05:00
utility.hpp changed get_configuration to configuration; added option to return the larger ratio to box aspect; changed default window size to 16:9; changed get_window to window; added SDL_RENDERER_PRESENTVSYNC; removed clear renderer to black on emscripten builds to prevent mouse bug; 2022-06-16 16:45:41 -04:00