https://github.com/johnalexco/gender
repo to close the nullposter gender issue
https://github.com/johnalexco/gender
character-creation character-generator gender identification sex
Last synced: 5 months ago
JSON representation
repo to close the nullposter gender issue
- Host: GitHub
- URL: https://github.com/johnalexco/gender
- Owner: JohnAlexCO
- License: mit
- Created: 2024-08-12T18:52:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T01:01:38.000Z (9 months ago)
- Last Synced: 2024-08-14T22:48:04.023Z (9 months ago)
- Topics: character-creation, character-generator, gender, identification, sex
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gender
## Usage
1. Download the source `git clone https://github.com/JohnAlexCO/gender.git --depth=1`
2. Pick an appropriate language `#define`
3. `#include "gender.h"` after the language guard
4. Make sure to include a definition for `character_t` which includes a `gender_t *gender`
5. Compile with any C89/C99 Compiler## Innards
See `locale/locale.h` for language headers.
See `templates/templates.h` for gender templates.
See `debug/debug.h` for debugging functions.
See `gender.c` for helper functions.## Contributing
1. Open an Issue describing what modifications you're making to the code and why
2. Name the Pull request like `SEE: #{issue number}`. I know this is a Github-ism, but this is a Github repo, so## License
`gender` is available to you under the permissive MIT License.
You are allowed to make changes to `gender`, redistribute `gender`,
sell `gender`, whatever you want, as long as any copies or deriviatives
for `gender` include the MIT License notice and Modula.dev's copyright notice.
`gender` is © [Modula](https://modula.dev) 2024, all rights reserved.