File tree Expand file tree Collapse file tree 5 files changed +24
-0
lines changed Expand file tree Collapse file tree 5 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Other Projects
2
+
3
+ | Name | Description | Link |
4
+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
5
+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
6
+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
Original file line number Diff line number Diff line change @@ -59,4 +59,5 @@ _Prototype game built using these utilities._
59
59
- [ Build] ( #build )
60
60
- [ Contributing] ( #contributing )
61
61
- [ Community Roadmap] ( #community-roadmap )
62
+ - [ Other Projects] ( #other-projects )
62
63
- [ License] ( #license )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ _Prototype game built using these utilities._
59
59
- [ Build] ( #build )
60
60
- [ Contributing] ( #contributing )
61
61
- [ Community Roadmap] ( #community-roadmap )
62
+ - [ Other Projects] ( #other-projects )
62
63
- [ License] ( #license )
63
64
64
65
## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976
977
- [ Feature Requests] ( https://github.com/neogeek/rhythm-game-utilities/labels/enhancement )
977
978
- [ Bugs] ( https://github.com/neogeek/rhythm-game-utilities/labels/bug )
978
979
980
+ ## Other Projects
981
+
982
+ | Name | Description | Link |
983
+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984
+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
985
+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
986
+
979
987
## License
980
988
981
989
[ The MIT License (MIT)] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ _Prototype game built using these utilities._
59
59
- [ Build] ( #build )
60
60
- [ Contributing] ( #contributing )
61
61
- [ Community Roadmap] ( #community-roadmap )
62
+ - [ Other Projects] ( #other-projects )
62
63
- [ License] ( #license )
63
64
64
65
## Platforms
@@ -976,6 +977,13 @@ This project aims to help you build your rhythm game as fast as possible without
976
977
- [ Feature Requests] ( https://github.com/neogeek/rhythm-game-utilities/labels/enhancement )
977
978
- [ Bugs] ( https://github.com/neogeek/rhythm-game-utilities/labels/bug )
978
979
980
+ ## Other Projects
981
+
982
+ | Name | Description | Link |
983
+ | ------------- | ------------------------------------------------------------------------------ | ------------------------------------------ |
984
+ | tiny-midi | Tiny wrapper around Window/macOS native MIDI libraries for reading MIDI input. | < https://github.com/neogeek/tiny-midi > |
985
+ | chart-to-json | Parse .chart files in JavaScript or the command line. | < https://github.com/neogeek/chart-to-json > |
986
+
979
987
## License
980
988
981
989
[ The MIT License (MIT)] ( ./LICENSE )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ COLOROFF=$(tput sgr0)
54
54
(cat " ./Documentation/Build.md" && printf ' \n' ) >> README.md
55
55
(cat " ./Documentation/Contributing.md" && printf ' \n' ) >> README.md
56
56
(cat " ./Documentation/Community Roadmap.md" && printf ' \n' ) >> README.md
57
+ (cat " ./Documentation/Other Projects.md" && printf ' \n' ) >> README.md
57
58
(cat " ./Documentation/License.md" && printf ' \n' ) >> README.md
58
59
59
60
)
You can’t perform that action at this time.
0 commit comments