No description
Find a file
wjtje da1d423168
Some checks failed
docker CI / build-and-push-image (push) Has been cancelled
Added devcontainer
- Made the image smaller
- Added readme
- Added example
2022-08-22 15:12:40 +02:00
.github/workflows 🎉 First release 2022-08-21 23:29:16 +02:00
example Added devcontainer 2022-08-22 15:12:40 +02:00
include Added devcontainer 2022-08-22 15:12:40 +02:00
Dockerfile Added devcontainer 2022-08-22 15:12:40 +02:00
LICENSE 🎉 First release 2022-08-21 23:29:16 +02:00
readme.md Added devcontainer 2022-08-22 15:12:40 +02:00

PrizmSDK Docker Container

This is a custom docker container with a cross compiler and libfxcg installed for developing programs for the fx-cg 10/20/50.

Table of Contents

Getting the image

This image can be build locally by running docker build -t ghcr.io/wjtje/prizmsdkdocker:main . or you can pull the latest version from github by using this command, docker pull ghcr.io/wjtje/prizmsdkdocker:main.

Development container

This docker image can also be used to create a development container for your own repo. By including the .devcontainer and .vscode folder inside your own repo.

Buidling the example

You can build the example by opening the example folder inside the vscode and running the make command.

License

The MIT License (MIT) Copyright (c) 2022 Wouter van der Wal.

The example is Copyright (c) 2014, The libfxcg Project Contributors.