Skip to content

A crappy visual studio ripoff i made a while back that i want to have on github

Notifications You must be signed in to change notification settings

Friedmonkey/FriedStudio

Repository files navigation


Fried Studio

A crappy yet working ripoff from Visual Studio!

Contributors Issues License

Table Of Contents

About The Project

Screen Shot

I found out about code-dom which allowed to compile c# code, this gave me the idea of re making visual studio. I knew i would never be able to make anything as good as the actual visual studio however i would be happy with just a working version, however scuffed it might be.

This project originally was named Scuffed-studio because of the bad decisions i made, and the way i've implemented certain things.

This is what it can do:

  • Waste your time
  • Make Winforms applications using a lacking designer and a basic script editor
  • Use the designer to add controls to the form
  • Resize the controls and the form to fit your needs
  • Change properties of controls like the name and text
  • Add On-click event to control
  • Very basic script editor i didn't even make myself
  • Change the output (Dll, WinExe, Exe)
  • Compile and output the exe/dll
  • Even tho it has other options, this really is made just for making forms

Pros:

  • idk might startup faster than Visual Studio
  • i THINK it outputs smaller files?
  • idek if visual studio is open source but this one is

Cons:

  • Very buggy (you have to reselect controls when you want to change a property or itll revert the older properties)
  • Scuffed (The way i've implemented certain features is unspeakable like the way namespaces work or how/where onclick events gets insertec)
  • Designer generated cs file CANT be changed
  • litterly no way to save a project you just have to keep it open

Built With

My very limited mind and stolen code (im sorry i forgot where i took the resizable controls and script editor from)

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

I dont know

Installation

  1. Clone the repo

  2. run the project

Usage

[take a look at the images because idk how to show them here]

This is the designer where you can create a form Screen Shot

this is what the designer generated code looks like Screen Shot Screen Shot

this is form.cs the code behind it Screen Shot

when we compile this is what it outputs Screen Shot

its also resizable and as you can see the output is pretty much 1 to 1 scale from what you designed Screen Shot

Authors

  • Friedmonkey - C# programmer - Friedmonkey - Made this horrible piece of software

Acknowledgements

About

A crappy visual studio ripoff i made a while back that i want to have on github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages