Author Topic: [InForm] Rudimentary Paint program  (Read 13797 times)

0 Members and 1 Guest are viewing this topic.

FellippeHeitor

  • Guest
[InForm] Rudimentary Paint program
« on: March 13, 2018, 03:45:45 pm »
A rudimentary Paint program written with a few lines of code using InForm. Can't save to disk but can copy to clipboard thanks to _CLIPBOARDIMAGE.
screenshot.PNG
* screenshot.PNG (Filesize: 53.03 KB, Dimensions: 737x338, Views: 695)
* InFormPaint.zip (Filesize: 70.41 KB, Downloads: 386)

Offline Ashish

  • Forum Resident
  • Posts: 630
  • Never Give Up!
Re: [InForm] Rudimentary Paint program
« Reply #1 on: March 14, 2018, 01:45:45 am »
  • Best Answer
  • It's amazing! We can also create a good paint program using InForm, just like MS Paint.
    if (Me.success) {Me.improve()} else {Me.tryAgain()}


    My Projects - https://github.com/AshishKingdom?tab=repositories
    OpenGL tutorials - https://ashishkingdom.github.io/OpenGL-Tutorials

    FellippeHeitor

    • Guest
    Re: [InForm] Rudimentary Paint program
    « Reply #2 on: March 14, 2018, 08:37:18 am »
  • Best Answer
  • Thanks, Ashish. With a bit more of work it can emulate MS Paint indeed.