GithubHelp home page GithubHelp logo

itisrazza / vgapainter Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 60.79 MB

A simple paint program targeting MCGA/VGA 256-color mode (Mode 13h).

Home Page: https://suite.razza.io/projects/vgapainter

License: Do What The F*ck You Want To Public License

C# 100.00%
razza-suite image-manipulation windows-forms-application

vgapainter's Introduction

Raresh's VGA Painter

License: WTFPL Travis Build Status Download

This is nothing but a simple and barebones application (which I've quickly written in WinForms because I don't know any other application framework which allows me to get a project up and going like this) which lets me make graphics for games and applications running in the famous MCGA/VGA 256-color mode (aka Mode 13h).

It uses it's own format, which you read about in the SaveImage_Click function in MainForm.cs. It has a header (TGRV), followed by two 16-bit integers (ushort) for width and height, finally the raw binary data.

You can use it for drawing true to platform limits artwork and export it into a PNG (but why would you do that when you have Photoshop, Paint.net and GIMP?)

It's not as feature complete as I'd like, but below is a wishlist of quality features I'd like to add.

Features

  • Import and export to and from PNG, JPEG and other common image formats;
  • A simple to understand file format for loading images onto older systems;
  • Limited, but customisable 256-color palette;
  • Generic any-palette importer and a faster optimised HSV calculator for the VGA palette

Wishlist

  • Refactoring (de-spaghetti-ing the code)
  • Image importer plugin support
  • More tools (flood fill is in, but rectangles and lines are not)

vgapainter's People

Contributors

itisrazza avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

liyuchen0206

vgapainter's Issues

Download

Hello,
how can I download "VGAPainter" as an installer to Windows and use it?

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.