Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ale32bit/capy64
Lua 5.4 fantasy computer
https://github.com/ale32bit/capy64
csharp dotnet dotnet-core fantasy-computer fantasy-console game lua pixel
Last synced: about 2 months ago
JSON representation
Lua 5.4 fantasy computer
- Host: GitHub
- URL: https://github.com/ale32bit/capy64
- Owner: Ale32bit
- License: apache-2.0
- Created: 2023-01-07T15:59:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T16:03:31.000Z (8 months ago)
- Last Synced: 2024-05-27T21:23:36.612Z (8 months ago)
- Topics: csharp, dotnet, dotnet-core, fantasy-computer, fantasy-console, game, lua, pixel
- Language: C#
- Homepage: https://capy64.alexdevs.me
- Size: 504 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Capy64
[![.NET](https://github.com/Ale32bit/Capy64/actions/workflows/dotnet.yml/badge.svg)](https://github.com/Ale32bit/Capy64/actions/workflows/dotnet.yml)
[![License](https://img.shields.io/github/license/Ale32bit/Capy64)](https://github.com/Ale32bit/Capy64/blob/main/LICENSE)
[![Release](https://img.shields.io/github/v/release/Ale32bit/Capy64?include_prereleases)](https://github.com/Ale32bit/Capy64/releases)## About Capy64
Capy64 is a fantasy console that runs sandbox Lua 5.4.
Create anything, from Hello Worlds to games!
### CapyOS
CapyOS is the default operating system installed automatically on first run.
The repository for CapyOS can be found here https://github.com/Ale32bit/CapyOS
## Requirements
* [.NET 7 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
## Building
### Requirements
* [.NET 7 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)
* .NET IDEs, such as
* [Visual Studio](https://visualstudio.microsoft.com/)
* [Jetbrains Rider](https://www.jetbrains.com/rider/)
* Any other .NET compatible IDE### Steps
1. Clone the repository with `git clone https://github.com/Ale32bit/Capy64.git`.
2. Open the file Capy64.sln with the .NET IDE.
3. Build project