Skip to content

Commit

Permalink
Merge pull request #9 from JerboaBurrow/moveOutExampleFiles
Browse files Browse the repository at this point in the history
remove example files from the lib into Particles example
  • Loading branch information
Jerboa-app authored Oct 25, 2023
2 parents ea5d9cd + bd55663 commit f93899f
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 21 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/Particles/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const int resY = 1000;

const float SCALE_PX = 16.0f;

const size_t nParticles = 2;
const size_t nParticles = 1024;

uint8_t frameId = 0;
double deltas[60];
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion include/toy.h → examples/Particles/toy.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ namespace Particles
};
}

#endif /* TOY_H */
#endif /* TOY_H */
19 changes: 0 additions & 19 deletions include/colourMap.h

This file was deleted.

0 comments on commit f93899f

Please sign in to comment.