Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added cmake support #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

SeleDreams
Copy link

@SeleDreams SeleDreams commented Apr 24, 2023

This should make it easier to build out of the box on windows and mac
I did it in a way where it builds the assembler as a library and the frontend as an executable statically linking the library since I plan to try to refactor picasso in order to make it easily usable as a library for 3ds homebrew (for my godot engine 3ds port)
where we could just call an assemble function from the homebrew and give a pointer to the assembler file data and it would return the compiled shader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant