QtPyHammer (Strubium): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 9: Line 9:
|old={{qtpyhammer|4}}
|old={{qtpyhammer|4}}
}}
}}
'''Strubium's QtPyHammer''' is a fork of {{qtpyhammer|4}}, an alternative open-source {{hammer|4}} for the {{source|4|nt=1}} written in {{python|4}}.
'''Strubium's QtPyHammer''' is a modified fork of {{qtpyhammer|4}}, an alternative open-source {{hammer|4}} for the {{source|4|nt=1}} written in {{python|4}}. This fork adds features that make it a full-fledged editor.


== Features ==
== Features ==
Line 27: Line 27:


== Usage ==
== Usage ==
{{todo|It is important to include instruction about configure a myenv there?}}
There are no downloads released yet, but you run the program by:
There are no downloads released yet, but you run the program by:
# Downloading the source code from GitHub
# Downloading the source code from GitHub
# Install all dependencies for environment by using {{code|pip install -r Requirements.txt}}
# Running {{file|hammer|py}} with Python installed.  
# Running {{file|hammer|py}} with Python installed.  


== Media ==
== Media ==
{{empty}}
<gallery mode=nolines widths=384px heights=256px>
QPH - GUI.png|Interface of QtPyHammer
QPH - Entity browser.png|Entity Browser dialog box
</gallery>


== See also ==
== See also ==
{{qtpyhammer|4}}
*{{qtpyhammer|4}}
<br>
*{{hammer|4}}
{{hammer|4}}
*{{hpp|4}}
<br>
{{hpp|4}}


== External links ==
== External links ==
{{empty}}
*[https://github.com/strubium/QtPyHammer---Fork GitHub Repository]


{{leveleditors}}
{{leveleditors}}

Revision as of 05:59, 27 April 2024

Stub

This article or section is a stub. You can help by expanding it.

QtPyHammer (Strubium)
Development.png In Alpha development
TypeOpen source Third Party Tool
Developersstrubium, QtPyHammer Devs
EngineSource Source
PlatformsWindows Windows
QtPyHammer QtPyHammer
GitHub

Strubium's QtPyHammer is a modified fork of QtPyHammer QtPyHammer, an alternative open-source Hammer Hammer for the Source Source Engine written in Python Python. This fork adds features that make it a full-fledged editor.

Features

This fork has all the features of QtPyHammer.

New Features

  • Map View and Map Operations toolbar (Unfinished)
  • New popup system, replacing Python's command line.
  • Texture Browser (Unfinished)
  • Compile Menu (Unfinished - Nearly Done)

Planned Features

  • 2D View
  • Textured View Mode
  • Support for language translations
  • Hammer Object Properties dialog properly saving data

Usage

Todo: It is important to include instruction about configure a myenv there?

There are no downloads released yet, but you run the program by:

  1. Downloading the source code from GitHub
  2. Install all dependencies for environment by using pip install -r Requirements.txt
  3. Running 🖿hammer.py with Python installed.

Media

See also

External links