Coder Social home page Coder Social logo

teapot-os's Introduction

teapot-OS


Application preview

Application preview 2 (sine wave animation) Application preview 3 (first 3d renderer, with mouse controll)

Application preview 4 Application preview 5 Application preview 6 Application preview 7 Application preview 7

Current progress

  • Bootloader enter 32 bit protected mode and run c code
  • Switch VGA mode the should bootloader set the VGA mode to 320 x 200 color
  • Drawing on screen create a VGA driver adding a layer of abtraction to v-ram acces
  • Graphics library enable features like fill_rect and draw_triangle via the VGA driver
  • Interrupts handle interrupts in order to create drivers for mouse and keyboard
  • Keyboard driver enable keyboard input with information about keypresses
  • Font create a custom 7x5 font in preparation for text output
  • Text output enable the VGA driver to draw font characters
  • String output add draw_string to graphics library by converting chars to font indexes
  • Mouse driver enable mouse motion and button input
  • Cursor [temporary] implement mouse cursor directly to VGA driver
  • GUI [temporary] use available functions display keyboard and mouse input info
  • Clean up VGA driver differentiate more between VGA driver and graphics lib
  • Linear algebra port library from this project in preparation for 3D rendering
  • 3D-renderer implement 3D-renderer
  • Event handeler create a event handeler to interface with device drivers
  • Memory allocator create a memory allocator
  • Run on hardware run teapot os natively on real hardware (potentialy 2013 MacBook Air)

  • standard library create neccesary utilities
    • Fixed width ints for neater code
    • Graphics library
    • String utils converting and concating
    • Math math functions especialy trigonometry functions like sin(x)

lang

size

lines

teapot-os's People

Contributors

bjorneek avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.