Prism-OS icon indicating copy to clipboard operation
Prism-OS copied to clipboard

An operating system written in C#, Made possible by the cosmos community!

Results 6 Prism-OS issues
Sort by recently updated
recently updated
newest added

I see a .dll file, but don't know where to put it. Can anyone help? Thanks!

#### Describe the bug Mouse doesn't move. #### To Reproduce My code: `using PrismAPI.Hardware.GPU; using Cosmos.System; using PrismAPI.Graphics; using PrismAPI.UI; using PrismAPI.UI.Controls; using System.Numerics; namespace Renderingindimension { public class Program...

#### Describe the bug #### To Reproduce #### Expected behavior #### Screenshots If applicable, add screenshots to help explain your problem. #### Additional context Add any other context about the...

**Describe the bug** A clear and concise description of what the bug is. The camera in the 3D engine is not implemented correctly **To Reproduce** Steps to reproduce the behavior:...

bug
help wanted

#### Describe the bug The current implementation of the TAR reader is broken, it has something to do with how we are using BinaryReader #### To Reproduce Create Tar File...

I think prism needs an elf or pe (preferably elf) loader to load user applications written in C, also, you need to have a C standard library like newlib or...