Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/odin-lang/sys-windows-generator
package sys/windows Generator (WIP)
https://github.com/odin-lang/sys-windows-generator
Last synced: about 9 hours ago
JSON representation
package sys/windows Generator (WIP)
- Host: GitHub
- URL: https://github.com/odin-lang/sys-windows-generator
- Owner: odin-lang
- Created: 2021-09-06T12:25:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-02T01:36:58.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:52:17.406Z (7 months ago)
- Language: Odin
- Size: 24.4 KB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sys-windows-generator
package sys/windows Generator (WIP)This is a Work In Progress project for generating the entire win32 API from a win32md file.
It currently needs to help from someone who can figure out how to sort the import graph so that only the
minimally needed types are required in the base types package which is included by every win32 package.
Currently every type is added to this base package and it is huge which makes the parser the bottleneck.Goal-wise importing a basic package should take a few dozen milliseconds MAXIMUM (ideally less) but this
is not currently possible.HELP IS WANTED!